projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3bfe91
)
Fix typo in tex--prettify-symbols-alist
author
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 21 Sep 2021 04:48:44 +0000
(06:48 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 21 Sep 2021 04:48:44 +0000
(06:48 +0200)
* lisp/textmodes/tex-mode.el (tex--prettify-symbols-alist): Fix
varsigma typo (bug#50710).
lisp/textmodes/tex-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/tex-mode.el
b/lisp/textmodes/tex-mode.el
index c8748e3740fc1bed7cbaa6d56541dfcc842dd2dd..6fd66b2502fc2991beb3ae5465a376496b89e5c8 100644
(file)
--- a/
lisp/textmodes/tex-mode.el
+++ b/
lisp/textmodes/tex-mode.el
@@
-3454,7
+3454,7
@@
There might be text before point."
("\\varprime" . ?′)
("\\varpropto" . ?∝)
("\\varrho" . ?ϱ)
- ("\\varsigma" ?ς)
+ ("\\varsigma"
.
?ς)
("\\vartriangleleft" . ?⊲)
("\\vartriangleright" . ?⊳)
("\\vdash" . ?⊢)